updatePrivacy static method
更新协议
Implementation
static void updatePrivacy({required bool hasContains,required bool hasShow,required bool hasAgree}){
XbrAmap.instance().statement = AMapPrivacyStatement(hasContains: hasContains,hasShow: hasShow, hasAgree: hasAgree);
}