myProfileUpdated property

Stream get myProfileUpdated

Stream that emits events when the current user profile is updated.

Implementation

Stream<dynamic> get myProfileUpdated =>
    throw UnimplementedError('has not been implemented.');