updateProfile abstract method

Future<Either<ProfileModel, dynamic>> updateProfile({
  1. required BuildContext context,
  2. String? image,
  3. required String firstName,
  4. required String lastName,
})

Implementation

Future<Either<ProfileModel, dynamic>> updateProfile(
    {required BuildContext context,
    String? image,
    required String firstName,
    required String lastName});