start method

void start()

The method is to call the start callback function of the location data source.

Implementation

void start() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_LocationDisplay_start(
      _handle,
      errorHandler,
    );
  });
}