pause method

void pause()

Implementation

void pause() {
  _locationSubscription?.pause();
  _printDevLog('PolyGeofenceService paused.');
}