userBlockedMe property

Stream get userBlockedMe

Stream that emits events when the current user is blocked by another user.

Implementation

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