fetchAppInbox method

  1. @override
Future<List<AppInboxMessage>> fetchAppInbox()

Fetches AppInbox for the current customer

Implementation

@override
Future<List<AppInboxMessage>> fetchAppInbox() => _platform.fetchAppInbox();