static Future<bool?> insertBusyStatus(String busyStatus) async { return FlyChatFlutterPlatform.instance.insertBusyStatus(busyStatus); }