ReflutterwebWeb class
A web implementation of the ReflutterwebPlatform of the Reflutterweb plugin.
- Inheritance
-
- Object
- PlatformInterface
- ReflutterwebPlatform
- ReflutterwebWeb
Constructors
- ReflutterwebWeb()
- Constructs a ReflutterwebWeb
Properties
Methods
-
appConversion(
) → void -
override
-
customEvent(
String event) → void -
override
-
customEventWithData(
Map eventData) → void -
override
-
getPlatformVersion(
) → Future< String?> -
Returns a String containing the version of the platform.
override
-
locationUpdate(
double lat, double lang) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sdkRegisteration(
Map userData) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
userLogout(
) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void