updateAllowlist method

Future<void> updateAllowlist(
  1. List<String> hosts
)

Implementation

Future<void> updateAllowlist(List<String> hosts) =>
    throw UnimplementedError();