chunkSyncServiceProvider top-level property
- @ProviderFor.new(chunkSyncService)
final
See also chunkSyncService.
Implementation
@ProviderFor(chunkSyncService)
final chunkSyncServiceProvider = Provider<ChunkSyncService?>.internal(
chunkSyncService,
name: r'chunkSyncServiceProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$chunkSyncServiceHash,
dependencies: null,
allTransitiveDependencies: null,
);