updatePrivacyShow static method

Future updatePrivacyShow(
  1. bool hasContains,
  2. bool hasShow
)

Implementation

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