menu
dio_toolkit package
documentation
cache.dart
CacheStore
keyFor method
keyFor method
dark_mode
light_mode
keyFor
method
String
keyFor
(
RequestOptions
options
)
Implementation
String keyFor(RequestOptions options) => '${options.method.toUpperCase()} ${options.uri}';
dio_toolkit package
documentation
cache
CacheStore
keyFor method
CacheStore class