HypertrackPlatformInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • HypertrackPlatformInterface
Implementers

Constructors

HypertrackPlatformInterface()
Constructs a HypertrackFlutterPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
isRunningStatus Stream<bool>
no setter
onTrackingStateChanged Stream<TrackingStateChange>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGeotag(dynamic data, dynamic expectedLocation) → dynamic
UnimplementedError for addGeotag method.
allowMockLocations(dynamic allow) → dynamic
UnimplementedError for allowMockLocations method.
getDeviceId() Future<String>
Returns string that uniquely identifies device in HyperTrack platform.
initialize(String publishableKey) Future<HyperTrack>
isRunning() Future<bool>
UnimplementedError for isRunning method.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDeviceMetadata(dynamic data) → dynamic
UnimplementedError for setDeviceMetadata method.
setDeviceName(String name) → void
UnimplementedError for setDeviceName method.
startTracking() → dynamic
UnimplementedError for startTracking method.
stopTracking() → dynamic
UnimplementedError for stopTracking method.
syncDeviceSettings() → dynamic
This method checks with HyperTrack cloud whether to start or stop tracking.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance HypertrackPlatformInterface
Platform-specific implementations should set this with their own platform-specific class that extends HypertrackPlatformInterface when they register themselves.
getter/setter pair