AndroidInternalStoragePathHandlerCreationParams constructor
AndroidInternalStoragePathHandlerCreationParams(
- PlatformInternalStoragePathHandlerCreationParams params
Creates a new AndroidInternalStoragePathHandlerCreationParams instance.
Implementation
AndroidInternalStoragePathHandlerCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformInternalStoragePathHandlerCreationParams params,
) : super(params, directory: params.directory);