registerWith static method
Registers the web implementation with Flutter's plugin registrar.
Implementation
static void registerWith(Registrar registrar) {
// No-op; conditional imports drive the web implementation.
}
Registers the web implementation with Flutter's plugin registrar.
static void registerWith(Registrar registrar) {
// No-op; conditional imports drive the web implementation.
}