registerWith static method
Keeps Flutter's generated web registrant satisfied.
Runtime calls go through RustLib.init, which loads the FRB WASM bundle.
Implementation
static void registerWith(Registrar registrar) {
// No method-channel registration is needed for flutter_rust_bridge.
}