menu
flutter_smartdio package
documentation
flutter_smartdio.dart
NetworkFirstCachePolicy
shouldUseCache method
shouldUseCache method
dark_mode
light_mode
shouldUseCache
method
@
override
bool
shouldUseCache
(
String
method
)
override
Implementation
@override bool shouldUseCache(String method) => cacheMethods.contains(method.toUpperCase());
flutter_smartdio package
documentation
flutter_smartdio
NetworkFirstCachePolicy
shouldUseCache method
NetworkFirstCachePolicy class