getNotifications method

Future<List<Ringtone>?> getNotifications()

Implementation

Future<List<Ringtone>?> getNotifications() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}