sharedPreferences function
Implementation
@Riverpod(keepAlive: true)
Future<SharedPreferences> sharedPreferences(Ref ref) {
return SharedPreferences.getInstance();
}
@Riverpod(keepAlive: true)
Future<SharedPreferences> sharedPreferences(Ref ref) {
return SharedPreferences.getInstance();
}