getBusyStatusList static method

Future getBusyStatusList()

Implementation

static Future<dynamic> getBusyStatusList() {
  return FlyChatFlutterPlatform.instance.getBusyStatusList();
}