InternalStoragePathHandler.fromPlatform constructor

InternalStoragePathHandler.fromPlatform({
  1. required PlatformInternalStoragePathHandler platform,
})

Constructs a InternalStoragePathHandler from a specific platform implementation.

Implementation

InternalStoragePathHandler.fromPlatform({required this.platform})
    : super.fromPlatform(platform: platform);