start method

void start()

Implementation

void start() {
  if (_isPolling) {
    return;
  }
  _isPolling = true;
  _fetchPositionPeriodically();
}