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