menu
webapp package
documentation
wa_route.dart
RequestMethods
ONLY_POST property
ONLY_POST property
dark_mode
light_mode
ONLY_POST
property
List
<
String
>
get
ONLY_POST
A list containing only the HTTP POST method.
Implementation
static List<String> get ONLY_POST => [POST];
webapp package
documentation
wa_route
RequestMethods
ONLY_POST property
RequestMethods class