endAppLaunch static method

Future<void> endAppLaunch()

Ends App Launch.

Implementation

static Future<void> endAppLaunch() async {
  return _host.endAppLaunch();
}