menu
rewo package
documentation
app/modules/users_module.dart
GeneratedUserController
get method
get method
dark_mode
light_mode
get
method
@
Get
('/:id')
Future
<
Map
<
String
,
dynamic
>
>
get
(
RequestContext
ctx
)
Implementation
@Get('/:id') Future<Map<String, dynamic>> get(RequestContext ctx) async => {'id': ctx.param('id')};
rewo package
documentation
app/modules/users_module
GeneratedUserController
get method
GeneratedUserController class