ReflutterwebPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ReflutterwebPlatform
Implementers

Constructors

ReflutterwebPlatform()
Constructs a ReflutterwebPlatform.

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

appConversion() → void
customEvent(String event) → void
customEventWithData(Map eventData) → void
getPlatformVersion() Future<String?>
locationUpdate(double lat, double lang) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sdkRegisteration(Map userData) → void
toString() String
A string representation of this object.
inherited
userLogout() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ReflutterwebPlatform
The default instance of ReflutterwebPlatform to use.
getter/setter pair