menu
draftmode_framework package
documentation
repositories/storage_entity.dart
DraftModeStorageEntity<T>
readOne abstract method
readOne abstract method
dark_mode
light_mode
readOne
abstract method
Future
<
T?
>
readOne
(
{
String
?
key
,
})
Implementation
Future<T?> readOne({String? key});
draftmode_framework package
documentation
repositories/storage_entity
DraftModeStorageEntity<T>
readOne abstract method
DraftModeStorageEntity class