CustomPathHandler.fromPlatform constructor

CustomPathHandler.fromPlatform({
  1. required PlatformCustomPathHandler platform,
})

Constructs a CustomPathHandler from a specific platform implementation.

Implementation

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