startUpdatingHeading method

Future<void> startUpdatingHeading()

Implementation

Future<void> startUpdatingHeading() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapLocationManager@$refId::startUpdatingHeading([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::startUpdatingHeading', {"__this__": this});


  // handle native call


  return __result__;
}