onGroupProfileUpdatedStreamController property
A broadcast stream controller for group profile updated events.
Implementation
final StreamController<dynamic> onGroupProfileUpdatedStreamController =
StreamController<dynamic>.broadcast();
A broadcast stream controller for group profile updated events.
final StreamController<dynamic> onGroupProfileUpdatedStreamController =
StreamController<dynamic>.broadcast();