fetchAppInboxItem method

  1. @override
Future<AppInboxMessage> fetchAppInboxItem(
  1. String messageId
)

Fetches AppInbox message by ID for the current customer

Implementation

@override
Future<AppInboxMessage> fetchAppInboxItem(String messageId) async {
  throw UnimplementedError();
}