checkOptions method
- dynamic method,
- dynamic options
Implementation
Options checkOptions(method, options) {
options ??= Options();
options.method = method;
return options;
}
Options checkOptions(method, options) {
options ??= Options();
options.method = method;
return options;
}