enableDisableBusyStatus method
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.');
}