bootstrapDesktopApp static method
Alias for bootstrapMultiViewApp.
Implementation
static void bootstrapDesktopApp(
Widget app, {
MultiAppConfig? config,
}) {
Infospect.bootstrapMultiViewApp(app, config: config);
}
Alias for bootstrapMultiViewApp.
static void bootstrapDesktopApp(
Widget app, {
MultiAppConfig? config,
}) {
Infospect.bootstrapMultiViewApp(app, config: config);
}