menu
custompackage1 package
documentation
custompackage1.dart
Assets
getCache method
getCache method
dark_mode
light_mode
getCache
method
Uint8List
?
getCache
(
ImageReference
img
)
Implementation
Uint8List? getCache(ImageReference img) { return cache.firstWhere((e) => e == img).bytes; }
custompackage1 package
documentation
custompackage1
Assets
getCache method
Assets class