AndroidInternalStoragePathHandlerCreationParams constructor

AndroidInternalStoragePathHandlerCreationParams(
  1. PlatformInternalStoragePathHandlerCreationParams params
)

Implementation

AndroidInternalStoragePathHandlerCreationParams(
  // This parameter prevents breaking changes later.
  // ignore: avoid_unused_constructor_parameters
  PlatformInternalStoragePathHandlerCreationParams params,
) : super(params, directory: params.directory);