getBypassApps method

Future<List<String>> getBypassApps()

Get list of apps in bypass

Implementation

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