speed property

Future<double?> speed

Implementation

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