getNotifications method

Future getNotifications ([Map filter ])

Implementation

Future getNotifications([Map filter]) {
  if (filter != null) {
    var filter_1 = convertDartToNative_Dictionary(filter);
    return _getNotifications_1(filter_1);
  }
  return _getNotifications_2();
}