setMyBusyStatus method

Future<bool?> setMyBusyStatus(
  1. String busyStatus
)

Implementation

Future<bool?> setMyBusyStatus(String busyStatus) {
  throw UnimplementedError('has not been implemented.');
}