ResourcesPathHandler.fromPlatform constructor

ResourcesPathHandler.fromPlatform({
  1. required PlatformResourcesPathHandler platform,
})

Constructs a ResourcesPathHandler from a specific platform implementation.

Implementation

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