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