onHeartbeat abstract method
Subscribes to heartbeat events.
Implementation
StreamSubscription<Location> onHeartbeat(
void Function(Location) callback, {
Function? onError,
});
Subscribes to heartbeat events.
StreamSubscription<Location> onHeartbeat(
void Function(Location) callback, {
Function? onError,
});