StorageHelper constructor
StorageHelper({
- required bool useSecure,
Creates a StorageHelper with the configured useSecure flag.
Implementation
StorageHelper({required this.useSecure});
Creates a StorageHelper with the configured useSecure flag.
StorageHelper({required this.useSecure});