29 lines
1001 B
Dart
29 lines
1001 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'sharing_intent.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$sharingIntentStreamHash() =>
|
|
r'6fca6ca6b4ac983397245a09cb61144cd5a4715d';
|
|
|
|
/// See also [sharingIntentStream].
|
|
@ProviderFor(sharingIntentStream)
|
|
final sharingIntentStreamProvider =
|
|
AutoDisposeProvider<Raw<Stream<ReceivedParameter>>>.internal(
|
|
sharingIntentStream,
|
|
name: r'sharingIntentStreamProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$sharingIntentStreamHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef SharingIntentStreamRef
|
|
= AutoDisposeProviderRef<Raw<Stream<ReceivedParameter>>>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|