getLaunchNotification property

Future<Map> getLaunchNotification

Implementation

static Future<Map> get getLaunchNotification async {
  Map info = await _channel.invokeMethod('getLaunchNotification');
  return info;
}