Storage.fromPlatform constructor
Storage.fromPlatform({
- required PlatformStorage platform,
Constructs a Storage from a specific platform implementation.
Implementation
Storage.fromPlatform({required this.platform});