get_detectRiskOfFakeLocation method

Future<bool?> get_detectRiskOfFakeLocation()

Implementation

Future<bool?> get_detectRiskOfFakeLocation() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapGeoFenceManager::get_detectRiskOfFakeLocation", {'__this__': this});
  return __result__;
}