kopia lustrzana https://gitlab.com/mysocialportal/relatica
9 wiersze
278 B
Dart
9 wiersze
278 B
Dart
![]() |
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();
|