InternalStoragePathHandler.fromPlatform constructor
InternalStoragePathHandler.fromPlatform({
- required PlatformInternalStoragePathHandler platform,
Constructs a InternalStoragePathHandler from a specific platform implementation.
Implementation
InternalStoragePathHandler.fromPlatform({required this.platform})
: super.fromPlatform(platform: platform);