menu
jelly_2vm package
documentation
example/home/home_view_model.dart
PersistentStorageInterface<T>
PersistentStorageInterface.new constructor
PersistentStorageInterface.new constructor
dark_mode
light_mode
PersistentStorageInterface<
T
>
constructor
PersistentStorageInterface<
T
>
(
{
required
String
key
,
required
String
?
encoder
(
T
value
),
required
T
decoder
(
String
?
value
),
})
Implementation
PersistentStorageInterface({ required this.key, required this.encoder, required this.decoder, });
jelly_2vm package
documentation
example/home/home_view_model
PersistentStorageInterface<T>
PersistentStorageInterface.new constructor
PersistentStorageInterface class