networkAllowlistProvider top-level property
The network safety gate consulted before any media fetch; defaults to a host-open, https-only allowlist and is overridable to a strict set.
Implementation
final networkAllowlistProvider = Provider<NetworkAllowlist>(
(ref) => NetworkAllowlist.allowAny(),
);