DatasdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DatasdkPlatform
Implementers

Constructors

DatasdkPlatform()
Constructs a DatasdkPlatform.

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

getAppData(dynamic userid, dynamic baseurl, dynamic latitude, dynamic longitude, dynamic fcmtoken) Future<String?>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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