implemented content blocking
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'sync.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$hostSyncRepositoryHash() =>
|
||||
r'22b89d3687c415441f99caa4d77dabaeb4969534';
|
||||
|
||||
/// See also [HostSyncRepository].
|
||||
@ProviderFor(HostSyncRepository)
|
||||
final hostSyncRepositoryProvider =
|
||||
NotifierProvider<HostSyncRepository, void>.internal(
|
||||
HostSyncRepository.new,
|
||||
name: r'hostSyncRepositoryProvider',
|
||||
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$hostSyncRepositoryHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$HostSyncRepository = Notifier<void>;
|
||||
// ignore_for_file: type=lint
|
||||
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|
||||
Reference in New Issue
Block a user