fetchAppInbox method

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

Fetches AppInbox for the current customer

Implementation

@override
Future<List<AppInboxMessage>> fetchAppInbox() async {
  throw UnimplementedError();
}