// GENERATED CODE - DO NOT MODIFY BY HAND part of 'sync_service.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$syncServiceHash() => r'2b8da374c3143bc56f17115440d57bc70468a17e'; /// 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: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions