relatica/lib/riverpod_controllers/shared_prefs.dart

9 wiersze
278 B
Dart
Czysty Zwykły widok Historia

2024-09-20 23:09:04 +00:00
import 'package:riverpod_annotation/riverpod_annotation.dart';
import 'package:shared_preferences/shared_preferences.dart';
part 'shared_prefs.g.dart';
@Riverpod(keepAlive: true)
SharedPreferences sharedPreferences(SharedPreferencesRef ref) =>
throw UnimplementedError();