menu
flutter_local_ai package
documentation
testing.dart
FakeLocalAiHost
closedIds property
closedIds property
dark_mode
light_mode
closedIds
property
List
<
int
>
closedIds
final
Ids of sessions that were closed, in the order they closed.
Implementation
final List<int> closedIds = [];
flutter_local_ai package
documentation
testing
FakeLocalAiHost
closedIds property
FakeLocalAiHost class