isNeedAddress method

Future<bool?> isNeedAddress()

Implementation

Future<bool?> isNeedAddress() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocationClientOption@$refId::isNeedAddress([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.location.AMapLocationClientOption::isNeedAddress', {"__this__": this});


  // handle native call


  return __result__;
}