recordGpsOn method

void recordGpsOn()

Records GPS being turned on.

Implementation

void recordGpsOn() {
  _gpsStartTime ??= DateTime.now();
}