ownProfile property

  1. @Deprecated('Use getUserProfile(userID) instead')
Future<Profile> get ownProfile

Implementation

@Deprecated('Use getUserProfile(userID) instead')
Future<Profile> get ownProfile => fetchOwnProfile();