getBlockedDomains method

Future<List<String>> getBlockedDomains()

Get list of blocked domains/sites

Implementation

Future<List<String>> getBlockedDomains() {
  throw UnimplementedError('getBlockedDomains() has not been implemented.');
}