showCustomTones static method

Future<String?> showCustomTones()

Implementation

static Future<String?> showCustomTones() {
  return FlyChatFlutterPlatform.instance.showCustomTones();
}