FlutterSaverWeb class
Web plugin registrant for flutter_saver.
Referenced from pubspec.yaml → pluginClass: FlutterSaverWeb /
fileName: flutter_saver_web.dart so the generated web plugin registrant
can wire this package up automatically.
All web functionality lives in lib/src/platform/web_saver.dart and is
exposed through static methods (no method channel), so registration is
intentionally a no-op.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void