ReflutterwebWeb class

A web implementation of the ReflutterwebPlatform of the Reflutterweb plugin.

Inheritance

Constructors

ReflutterwebWeb()
Constructs a ReflutterwebWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
obj JsObject
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk → dynamic
final

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