getGeoLanguage method

Implementation

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

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


  // handle native call


  return (__result__ as int).tocom_amap_api_location_AMapLocationClientOption_GeoLanguage();
}