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