stubClientServiceProvider top-level property
- @ProviderFor(stubClientService)
final
Stub provider of service.
Copied from stubClientService.
Implementation
@ProviderFor(stubClientService)
final stubClientServiceProvider = AutoDisposeProvider<ClientService>.internal(
stubClientService,
name: r'stubClientServiceProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$stubClientServiceHash,
dependencies: null,
allTransitiveDependencies: null,
);