enableDisableBusyStatus method

Future<void> enableDisableBusyStatus(
  1. bool enable,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to enable or disable the busy status for the current user.

Implementation

Future<void> enableDisableBusyStatus(
    bool enable, Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}