updateProfile abstract method

Future<Result<bool>> updateProfile({
  1. required User user,
})

Implementation

Future<Result<bool>> updateProfile({required User user});