menu
dart_srs package
documentation
testing/in_memory_store.dart
InMemoryCardStateStore
getCardState method
getCardState method
dark_mode
light_mode
getCardState
method
@
override
Future
<
SRSCardState
?
>
getCardState
(
String
cardId
)
override
Implementation
@override Future<SRSCardState?> getCardState(String cardId) async => _store[cardId];
dart_srs package
documentation
testing/in_memory_store
InMemoryCardStateStore
getCardState method
InMemoryCardStateStore class