ClientNotifier constructor

ClientNotifier(
  1. dynamic ref
)

Implementation

ClientNotifier(Ref ref) : super(null) {
  _loadUp(ref);
}