setInstallHighDangerMockApp method

Future<void> setInstallHighDangerMockApp(
  1. bool var1
)

Implementation

Future<void> setInstallHighDangerMockApp(bool var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocationQualityReport@$refId::setInstallHighDangerMockApp([\'var1\':$var1])');
  }

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


  // handle native call


  return __result__;
}