set_detectRiskOfFakeLocation method

Future<void> set_detectRiskOfFakeLocation(
  1. bool detectRiskOfFakeLocation
)

Implementation

Future<void> set_detectRiskOfFakeLocation(bool detectRiskOfFakeLocation) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceManager::set_detectRiskOfFakeLocation', <String, dynamic>{'__this__': this, "detectRiskOfFakeLocation": detectRiskOfFakeLocation});
}