headingAccuracy property

Future<double?> headingAccuracy

Implementation

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