loadNotifications abstract method

Future<ListResponse<ServerNotificationModel>> loadNotifications({
  1. String? nextUrl,
})

Implementation

Future<ListResponse<ServerNotificationModel>> loadNotifications(
    {String? nextUrl});