StellarFlutterSdkWeb class

Web entry point for the Stellar Flutter SDK plugin.

The SDK's web behavior is implemented entirely in Dart through conditional imports, so registration performs no platform-channel setup. This registrant exists so the package declares web as a supported plugin platform; the Flutter web bootstrap calls registerWith during startup.

Constructors

StellarFlutterSdkWeb()

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
Invoked by the generated Flutter web plugin registrant at startup.