stop method
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);
});
}
The method is to call the stop callback function of the location data source.
void stop() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_LocationDisplay_stop(_handle, errorHandler);
});
}