updateMyProfile method

dynamic updateMyProfile(
  1. String name,
  2. String email,
  3. String mobile,
  4. String status,
  5. String? image,
)

Implementation

updateMyProfile(
    String name, String email, String mobile, String status, String? image) {
  throw UnimplementedError('has not been implemented.');
}