assetBundleProvider top-level property

Provider<AssetBundle> assetBundleProvider
final

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);