getAll method

  1. @override
Future<List<PrivacyZone>> getAll()
override

Gets all registered privacy zones.

Implementation

@override
Future<List<PrivacyZone>> getAll() => _instance.getPrivacyZones();