BackgroundTrackerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BackgroundTrackerPlatform
Implementers

Constructors

BackgroundTrackerPlatform()
Constructs a BackgroundTrackerPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onLocation Stream<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGeofence(Geofence geofence) Future<void>
clearDatabase() Future<void>
configure(TrackerConfig config) Future<void>
getLocationCount() Future<int>
getLocations({int? limit}) Future<List<LocationPoint>>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeGeofence(String geofenceId) Future<void>
requestPermissions() Future<bool>
startTracking() Future<void>
stopTracking() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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