setMyProfileStatus method

Future<void> setMyProfileStatus(
  1. String status,
  2. String statusId,
  3. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to set the user profile status.

Implementation

Future<void> setMyProfileStatus(String status, String statusId,
    Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}