setMyBusyStatus method

Future<void> setMyBusyStatus(
  1. String busyStatus,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

Retrieves the current user's profile status.

Implementation

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