MesiboLocationManagerFlutter class

Implementers

Constructors

MesiboLocationManagerFlutter({BinaryMessenger? binaryMessenger})

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

getCustomLocation() Future<MesiboLocationFlutter?>
getDeviceLocation() Future<MesiboLocationFlutter?>
getDistanceCovered() Future<double>
getLocation() Future<MesiboLocationFlutter?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetLocation() Future<void>
setAccessLevels(List<int?>? arg_levels) Future<void>
setListenerDefault() Future<void>
setLocation(MesiboLocationFlutter arg_location) Future<bool>
start(MesiboLocationConfigFlutter? arg_config) Future<bool>
startDistanceTracking(int arg_duration) Future<void>
stop() Future<void>
stopDistanceTracking() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

codec → const MessageCodec<Object?>