JUStorageAdminScreen constructor
const
JUStorageAdminScreen({
- Key? key,
- ThemeData? theme,
- JustStandardStorage? standard,
- JustSecureStorage? secure,
Implementation
const JUStorageAdminScreen({
super.key,
this.theme,
this.standard,
this.secure,
});