getNotifications method

Future<List> getNotifications([
  1. Map? filter
])

Implementation

Future<List<dynamic>> getNotifications([Map? filter]) => Future.value([]);