InternalStoragePathHandler.fromPlatformCreationParams constructor

InternalStoragePathHandler.fromPlatformCreationParams({
  1. required PlatformInternalStoragePathHandlerCreationParams params,
})

Constructs a InternalStoragePathHandler.

See InternalStoragePathHandler.fromPlatformCreationParams for setting parameters for a specific platform.

Implementation

InternalStoragePathHandler.fromPlatformCreationParams({
  required PlatformInternalStoragePathHandlerCreationParams params,
}) : this.fromPlatform(platform: PlatformInternalStoragePathHandler(params));