LocationMockerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LocationMockerPlatform
Implementers

Constructors

LocationMockerPlatform.new()
Constructs a LocationMockerPlatform.

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

getLocationStream() Stream<GpxPoint>
initialize() Future<bool>
isMockLocationEnabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openMockLocationSettings() Future<bool>
pauseMocking() Future<bool>
resumeMocking() Future<bool>
startMockingWithGpx(String gpxData, {double playbackSpeed = 1.0}) Future<bool>
stopMocking() Future<bool>
toString() String
A string representation of this object.
inherited
updatePlaybackSpeed(double playbackSpeed) Future<bool>

Operators

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

Static Properties

instance LocationMockerPlatform
getter/setter pair