menu
eagle package
documentation
core/framework.dart
EagleApi
get method
get method
dark_mode
light_mode
get
method
void
get
(
String
path
,
Handler
handler
)
Implementation
void get(String path, Handler handler) { _addRoute('GET', path, handler); }
eagle package
documentation
core/framework
EagleApi
get method
EagleApi class