PlatformInternalStoragePathHandlerCreationParams constructor
PlatformInternalStoragePathHandlerCreationParams(
- PlatformPathHandlerCreationParams params, {
- required String directory,
Used by the platform implementation to create a new PlatformInternalStoragePathHandler.
Implementation
PlatformInternalStoragePathHandlerCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformPathHandlerCreationParams params,
{required this.directory})
: super(path: params.path);