PlatformPathHandlerCreationParams constructor

const PlatformPathHandlerCreationParams({
  1. required String path,
})

Used by the platform implementation to create a new PlatformPathHandler.

Implementation

const PlatformPathHandlerCreationParams({required this.path});