getBypassDomains method

Future<List<String>> getBypassDomains()

Get list of domains/sites in bypass

Implementation

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