menu
stream package
documentation
plugin.dart
AssetCache
getExpires abstract method
getExpires abstract method
dark_mode
light_mode
getExpires
abstract method
Duration
?
getExpires
(
Asset
asset
)
Returns the duration for the Expires and max-age headers.
If null is returned, the Expires and max-age headers won't be generated.
Implementation
Duration? getExpires(Asset asset);
stream package
documentation
plugin
AssetCache
getExpires abstract method
AssetCache class