onLocationError method
Get notified about positioning errors. See requestLocationUpdates.
Implementation
Future<void> onLocationError(OnLocationErrorCallback callback) async {
_onLocationErrorCallback = callback;
}
Get notified about positioning errors. See requestLocationUpdates.
Future<void> onLocationError(OnLocationErrorCallback callback) async {
_onLocationErrorCallback = callback;
}