AppRunner typedef
AppRunner =
FutureOr<void> Function()
Runs a callback inside of the runZonedGuarded
method, useful for running your runApp(MyApp())
Implementation
typedef AppRunner = FutureOr<void> Function();
Runs a callback inside of the runZonedGuarded
method, useful for running your runApp(MyApp())
typedef AppRunner = FutureOr<void> Function();