getInitialMessage method

Future<Map<String, dynamic>?> getInitialMessage()

Get the initial message that caused the app to open.

Usable only for Android and will have a value only if the app was terminated and the user clicked on a notification.

Implementation

Future<Map<String, dynamic>?> getInitialMessage() {
  throw UnimplementedError('getInitialMessage() has not been implemented.');
}