PlatformPathHandlerCreationParams constructor
const
PlatformPathHandlerCreationParams({
- required String path,
Used by the platform implementation to create a new PlatformPathHandler.
Implementation
const PlatformPathHandlerCreationParams({required this.path});