getAdcode method

Future<String?> getAdcode()

Implementation

Future<String?> getAdcode() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.DistrictItem@$refId::getAdcode([])');
  }

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


  // handle native call


  return __result__;
}