networkInformationProvider top-level property
- @ProviderFor(networkInformation)
final
Access to a stream of NetworkInformation
.
Whenever NetworkInformation
changes, this provider will be updated.
Copied from networkInformation.
Implementation
@ProviderFor(networkInformation)
final networkInformationProvider =
AutoDisposeProvider<NetworkInformation>.internal(
networkInformation,
name: r'networkInformationProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$networkInformationHash,
dependencies: null,
allTransitiveDependencies: null,
);