MethodChannelReflutterweb class

An implementation of ReflutterwebPlatform that uses method channels.

Inheritance

Constructors

MethodChannelReflutterweb()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
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?>
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