addPrivacyZone method

Future<bool> addPrivacyZone(
  1. Map<String, Object?> zone
)

Add a single privacy zone. Returns true on success.

Implementation

Future<bool> addPrivacyZone(Map<String, Object?> zone) {
  throw UnimplementedError('addPrivacyZone() has not been implemented.');
}