getAlarmSounds static method

Future<List<Ringtone>> getAlarmSounds()

Implementation

static Future<List<Ringtone>> getAlarmSounds() async {
  return await FlutterSystemRingtonesPlatform.instance.getAlarms() ?? [];
}