chunkSyncServiceProvider top-level property

  1. @ProviderFor.new(chunkSyncService)
Provider<ChunkSyncService?> chunkSyncServiceProvider
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,
);