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