kopia lustrzana https://gitlab.com/mysocialportal/relatica
27 wiersze
920 B
Dart
27 wiersze
920 B
Dart
![]() |
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'status_service.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$statusServiceHash() => r'8989cd1a30ca33e2737d0485379e90f458a9eaa0';
|
||
|
|
||
|
/// See also [StatusService].
|
||
|
@ProviderFor(StatusService)
|
||
|
final statusServiceProvider =
|
||
|
AutoDisposeNotifierProvider<StatusService, String>.internal(
|
||
|
StatusService.new,
|
||
|
name: r'statusServiceProvider',
|
||
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||
|
? null
|
||
|
: _$statusServiceHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef _$StatusService = AutoDisposeNotifier<String>;
|
||
|
// ignore_for_file: type=lint
|
||
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|