bootstrapMultiViewApp static method
Desktop-safe entry that does not require ensureInitialized.
Use when Multiview natives are installed but Infospect logging may be disabled (e.g. production builds that skip inspector init).
Implementation
static void bootstrapMultiViewApp(
Widget app, {
MultiAppConfig? config,
}) {
package_bootstrap.bootstrapMultiViewApp(app, config: config);
}