magneticHeading property

Future<double?> magneticHeading

Implementation

Future<double?> get magneticHeading {
  return kCLMethodChannel
      .invokeMethod('CLHeading::getMagneticHeading', {'__this__': this});
}