// GENERATED CODE - DO NOT MODIFY BY HAND part of 'sync_service.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$syncServiceHash() => r'58ebee4e6f055b64ee6789ae43d63c0e15c679e0'; /// See also [SyncService]. @ProviderFor(SyncService) final syncServiceProvider = NotifierProvider.internal( SyncService.new, name: r'syncServiceProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$syncServiceHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$SyncService = Notifier; // ignore_for_file: type=lint // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member