static Future updatePrivacyAgree(bool hasAgree) async{ return await _methodChannel.invokeMethod('updatePrivacyStatement', {'hasAgree': hasAgree}); }