updatePrivacy static method

void updatePrivacy({
  1. required bool hasContains,
  2. required bool hasShow,
  3. required bool hasAgree,
})

Implementation

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