updateProfile method

void updateProfile(
  1. UserUpdateProfile event
)

Implementation

void updateProfile(UserUpdateProfile event) {
  throw UnimplementedError('Update profile not implemented');
}