updateProfile method

Future<void> updateProfile(
  1. Map<String, String?> profile
)

Updates a user's profile data.

Implementation

Future<void> updateProfile(Map<String, String?> profile) async {
  throw UnimplementedError('updateProfile() is not implemented');
}