allNotifications property

Future<List<BatchInboxNotificationContent>> allNotifications

Get all of the notifications that have been fetched by this fetcher instance.

Note: This doesn't cache anything on the Flutter side, but always asks the native code. Therefore, this is an expensive method to call: you should cache the result on your end.

Implementation

Future<List<BatchInboxNotificationContent>> get allNotifications;