24 lines
858 B
Dart
24 lines
858 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'migration.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$migrationHash() => r'6b3ff1b28168381079986d619b30c31ce44f341f';
|
|
|
|
/// See also [migration].
|
|
@ProviderFor(migration)
|
|
final migrationProvider = AutoDisposeFutureProvider<void>.internal(
|
|
migration,
|
|
name: r'migrationProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$migrationHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef MigrationRef = AutoDisposeFutureProviderRef<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
|