getMyBusyStatus method

Future<String> getMyBusyStatus()

Retrieves the current busy status of the user.

Implementation

Future<String> getMyBusyStatus() {
  throw UnimplementedError('has not been implemented.');
}