speed property

Future<double?> speed

Implementation

Future<double?> get speed {
  return kCLMethodChannel
      .invokeMethod('CLLocation::get_speed', {'__this__': this});
}