getBusyStatusList method

Future<String?> getBusyStatusList()

Retrieves a list of all available busy statuses.

Implementation

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