menu
vania package
documentation
http/request.dart
Request
isMethod method
isMethod method
dark_mode
light_mode
isMethod
method
bool
isMethod
(
String
method
)
Implementation
bool isMethod(String method) { return route?.method.toLowerCase() == method.toLowerCase(); }
vania package
documentation
http/request
Request
isMethod method
Request class