registerWith static method
void
registerWith()
Registers the plugin with the Flutter engine
This method is called during plugin initialization to register the web platform implementation.
Implementation
static void registerWith() {
// Web platform registration
}