changeFullName abstract method

Future<UserProfileModel> changeFullName(
  1. String? fullName
)

Changes the full name of a user.

Implementation

_i2.Future<_i4.UserProfileModel> changeFullName(String? fullName);