accuracy property

Future<double?> accuracy

Implementation

Future<double?> get accuracy {
  return kMethodChannel.invokeMethod(
      'android.location.Location::getAccuracy', {'__this__': this});
}