getNotifications method

  1. @override
Future<List<Ringtone>?> getNotifications()
override

Loads notification-type system sounds, or null if the platform returns nothing.

Implementation

@override
Future<List<Ringtone>?> getNotifications() async {
  return _invokeRingtoneList('getNotifications');
}