AndroidCustomPathHandler constructor
AndroidCustomPathHandler(
- PlatformCustomPathHandlerCreationParams params
Constructs a AndroidCustomPathHandler.
Implementation
AndroidCustomPathHandler(PlatformCustomPathHandlerCreationParams params)
: super.implementation(
params is AndroidCustomPathHandlerCreationParams
? params
: AndroidCustomPathHandlerCreationParams
.fromPlatformCustomPathHandlerCreationParams(params),
) {
_init(params);
}