launchApp static method

void launchApp([
  1. String? route
])

Launch the app at route if it is not running otherwise open it.

Implementation

static void launchApp([String? route]) =>
    FlutterForegroundTaskPlatform.instance.launchApp(route);