AssetsPathHandler.fromPlatform constructor

AssetsPathHandler.fromPlatform({
  1. required PlatformAssetsPathHandler platform,
})

Constructs a AssetsPathHandler from a specific platform implementation.

Implementation

AssetsPathHandler.fromPlatform({required this.platform})
    : super.fromPlatform(platform: platform);