stop method

void stop()

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

Implementation

void stop() {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_LocationDisplay_stop(_handle, errorHandler);
  });
}