updatePrivacy static method
Implementation
static void updatePrivacy({required bool hasContains, required bool hasShow, required bool hasAgree}) {
AMapFlutterLocation.updatePrivacyShow(hasContains, hasShow);
AMapFlutterLocation.updatePrivacyAgree(hasAgree);
}