HeartbeatEvent class

Event object provided to BackgroundGeolocation.onHeartbeat.

Constructors

HeartbeatEvent(dynamic event)

Properties

hashCode → int
The hash code for this object.
no setterinherited
location ↔ Location?
Last known position of the device.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
String representation of HeartbeatEvent for print to logs.
override

Operators

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