registerWith static method
Registers this plugin with the Flutter engine.
Implementation
static void registerWith(Registrar registrar) {
// Web plugin registration
// The actual functionality is handled through dart:js_interop and package:web
// in the controller and view classes.
}