getScheduledNotifications method

Future<List> getScheduledNotifications()

Get all scheduled notifications

Implementation

Future<List<dynamic>> getScheduledNotifications() {
  throw UnimplementedError('getScheduledNotifications() has not been implemented.');
}