course property

Future<double?> course

Implementation

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