profileChanges property

Stream<ProfileChangeEvent> get profileChanges

Stream of profile change events.

Implementation

Stream<ProfileChangeEvent> get profileChanges =>
    _profileChangeController.stream;