getInboxNotifications abstract method

Future<DataResult<List<NUIPushInboxMessage>>> getInboxNotifications({
  1. required int page,
  2. required int limit,
})

Get all the notifications from the current user inbox

Implementation

Future<DataResult<List<NUIPushInboxMessage>>> getInboxNotifications({required int page, required int limit});