AssetsPathHandler.fromPlatform constructor
AssetsPathHandler.fromPlatform({
- required PlatformAssetsPathHandler platform,
Constructs a AssetsPathHandler from a specific platform implementation.
Implementation
AssetsPathHandler.fromPlatform({required this.platform})
: super.fromPlatform(platform: platform);