storeUserProfile method
Implementation
@override
Future<void> storeUserProfile(
String userId,
CachedProfileInformation profile,
) =>
_userProfilesBox.put(
userId,
profile.toJson(),
);
@override
Future<void> storeUserProfile(
String userId,
CachedProfileInformation profile,
) =>
_userProfilesBox.put(
userId,
profile.toJson(),
);