menu
fetch_tray package
documentation
contracts/tray_request_body.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
contracts/tray_request_body
TrayRequestBody
getList method
TrayRequestBody class