onLocationError method

Future<void> onLocationError(
  1. OnLocationErrorCallback callback
)

Get notified about positioning errors. See requestLocationUpdates.

Implementation

Future<void> onLocationError(OnLocationErrorCallback callback) async {
  _onLocationErrorCallback = callback;
}