VerovioFlutterWeb class

Web platform registrant for verovio_flutter.

The actual Verovio functionality is provided entirely through pure-Dart conditional imports (see verovio_flutter.dart and src/worker/*), so this registrant is intentionally a no-op. It exists only to satisfy the Flutter web plugin registration contract declared in pubspec.yaml.

Constructors

VerovioFlutterWeb()

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
Registers the web plugin. No platform channel is used; this is a no-op.