menu
morpheme_cli package
documentation
generate/api/api_command.dart
ApiCommand
isApplyCacheStrategy method
isApplyCacheStrategy method
dark_mode
light_mode
isApplyCacheStrategy
method
bool
isApplyCacheStrategy
(
String
method
)
Implementation
bool isApplyCacheStrategy(String method) { return !isMultipart(method) && !isSse(method); }
morpheme_cli package
documentation
generate/api/api_command
ApiCommand
isApplyCacheStrategy method
ApiCommand class