menu
catchimagebox package
documentation
box/box.dart
MyBox<T>
getAllData method
getAllData method
dark_mode
light_mode
getAllData
method
Future
<
List
<
T
>
>
getAllData
(
)
Implementation
Future<List<T>> getAllData() async { return box.getAll(); }
catchimagebox package
documentation
box/box
MyBox<T>
getAllData method
MyBox class