setNotificationSound static method

Future<void> setNotificationSound(
  1. String soundName
)

Implementation

static Future<void> setNotificationSound(String soundName) async {
  await _channel.invokeMethod(NOTIFICATIONSOUND, soundName);
}