menu
stream package
documentation
plugin.dart
AssetLoader
getAsset abstract method
getAsset abstract method
dark_mode
light_mode
getAsset
abstract method
Asset
getAsset
(
String
path
)
Returns the
Asset
instance representing
path
. *
The derives must override this method.
Implementation
Asset getAsset(String path);
stream package
documentation
plugin
AssetLoader
getAsset abstract method
AssetLoader class