updatePrivacyAgree static method

Future updatePrivacyAgree(
  1. bool hasAgree
)

Implementation

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