static Future updatePrivacyShow(bool hasContains, bool hasShow) async{ return await _methodChannel.invokeMethod('updatePrivacyStatement', {'hasContains': hasContains, 'hasShow': hasShow}); }