menu
fetch_tray package
documentation
fetch_tray.dart
TrayRequestBody
getList method
getList method
dark_mode
light_mode
getList
method
Future
<
List
>
getList
(
)
convert the object to a list of contents
Implementation
Future<List<dynamic>> getList() async { return []; }
fetch_tray package
documentation
fetch_tray
TrayRequestBody
getList method
TrayRequestBody class