AndroidInternalStoragePathHandler constructor

AndroidInternalStoragePathHandler(
  1. PlatformInternalStoragePathHandlerCreationParams params
)

Implementation

AndroidInternalStoragePathHandler(
    PlatformInternalStoragePathHandlerCreationParams params)
    : super.implementation(
        params is AndroidInternalStoragePathHandlerCreationParams
            ? params
            : AndroidInternalStoragePathHandlerCreationParams
                .fromPlatformInternalStoragePathHandlerCreationParams(params),
      ) {
  _init(params);
}