updatePrivacyShow method

Future<void> updatePrivacyShow(
  1. bool hasContains,
  2. bool hasShow
)

Implementation

Future<void> updatePrivacyShow(bool hasContains, bool hasShow) {
  throw UnimplementedError('updatePrivacyShow() has not been implemented.');
}