registerWith static method
Registers the plugin with Flutter web. No method channel is opened.
Implementation
static void registerWith(Registrar registrar) {
registerProductionWebWasmGuard();
registerWebSessionBackend();
}
Registers the plugin with Flutter web. No method channel is opened.
static void registerWith(Registrar registrar) {
registerProductionWebWasmGuard();
registerWebSessionBackend();
}