TeliverflutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TeliverflutterPlatform
Implementers

Constructors

TeliverflutterPlatform()
Constructs a TeliverflutterPlatform.

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

getPlatformVersion() Future<String?>
identifyuser(String userData) → dynamic
identifyUser(String userData) → dynamic
initSDK(String key) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendEventPush(String tripId, String pushData) → dynamic
sendEventPushWithTag(String tripId, String pushData, String tagMsg) → dynamic
setLogVisible(bool isLogVisible) → dynamic
setTripListener() Future
startMultiTracking(String tripIds) → dynamic
startTracking(String tripId) → dynamic
startTrip(String tripId) Future
stopMultiTracking(String tripIds) → dynamic
stopTracking(String tripId) → dynamic
stopTrip(String tripId) Future
tagLocation(String tripId, String tagMsg) → dynamic
toString() String
A string representation of this object.
inherited
unIdentifyUser(String userData) → dynamic
unregisterUser() → dynamic

Operators

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

Static Properties

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