assetBundleProvider top-level property
The asset bundle media assets are read from; defaults to rootBundle and
is overridable with a fake bundle in tests.
Implementation
final assetBundleProvider = Provider<AssetBundle>((ref) => rootBundle);
The asset bundle media assets are read from; defaults to rootBundle and
is overridable with a fake bundle in tests.
final assetBundleProvider = Provider<AssetBundle>((ref) => rootBundle);