headingAvailable static method

Future<bool?> headingAvailable()

Implementation

static Future<bool?> headingAvailable() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapLocationManager::headingAvailable([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::headingAvailable', );


  // handle native call


  return __result__;
}