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) =>
    _platform.fetchAppInboxItem(messageId);