getRingtoneSounds static method

Future<List<Ringtone>> getRingtoneSounds()

Implementation

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