AndroidInternalStoragePathHandler constructor
AndroidInternalStoragePathHandler(
- PlatformInternalStoragePathHandlerCreationParams params
Constructs a AndroidInternalStoragePathHandler.
Implementation
AndroidInternalStoragePathHandler(
PlatformInternalStoragePathHandlerCreationParams params)
: super.implementation(
params is AndroidInternalStoragePathHandlerCreationParams
? params
: AndroidInternalStoragePathHandlerCreationParams
.fromPlatformInternalStoragePathHandlerCreationParams(params),
) {
_init(params);
}