getNotificationSound static method

Future<bool?> getNotificationSound()

Implementation

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