ByteArkPlayerFlutterWeb class
Plugin entrypoint for Flutter Web builds.
Flutter's web plugin registrar auto-generates a call to registerWith at
app startup (driven by pubspec.yaml's plugin.platforms.web.pluginClass
declaration). The registration installs a WebByteArkPlayerBackend
factory on ByteArkPlayerController; mobile builds never include this
file, so the controller defaults to its method-channel backend on
Android and iOS.
Architectural rationale: see ADR-0002 (single-package, backend-swap) and ADR-0003 (async event delivery on all platforms).
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 - Called once at app startup by Flutter's generated web plugin registrar.