notificationTapLaunchedAppFromTerminated property

Future<RemoteMessage?> notificationTapLaunchedAppFromTerminated

Future resolves to a notification that was tapped and caused the app to launch from from a terminated state. Returns null if app was not launched from a notification.

Implementation

Future<RemoteMessage?> get notificationTapLaunchedAppFromTerminated;