setProfile method

Future<void> setProfile(
  1. Map<String, dynamic> profile
)

Implementation

Future<void> setProfile(Map<String, dynamic> profile) async => _setValue(AppConstants.profileKey, profile);