getNotificationList method

Future<String?> getNotificationList()

Implementation

Future<String?> getNotificationList() {
  throw UnimplementedError('getNotificationList() has not been implemented.');
}