getNotifications method

Future<List<DitoNotificationInfo>> getNotifications()

Implementation

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