emitHeartbeat method

void emitHeartbeat(
  1. Location location
)

Emits a mock heartbeat.

Implementation

void emitHeartbeat(Location location) {
  _heartbeatController.add(location);
  _emitEvent(EventType.heartbeat, location);
}