getAppLaunchedDetails method

Future<MirrorflyNotificationAppLaunchDetails?> getAppLaunchedDetails()

This method is used to get the app launch details.

Implementation

Future<MirrorflyNotificationAppLaunchDetails?> getAppLaunchedDetails() {
  throw UnimplementedError('has not been implemented.');
}