updatePrivacyShow static method

Future<void> updatePrivacyShow(
  1. android_content_Context var0,
  2. bool var1,
  3. bool var2
)

Implementation

static Future<void> updatePrivacyShow(android_content_Context var0, bool var1, bool var2) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocationClient::updatePrivacyShow([\'var1\':$var1, \'var2\':$var2])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.location.AMapLocationClient::updatePrivacyShow', {"var0": var0, "var1": var1, "var2": var2});


  // handle native call


  return __result__;
}