ApiKeyCheckWrapper constructor
- Key? key,
- required Widget child,
- required SharedPreferences prefs,
Implementation
const ApiKeyCheckWrapper({
super.key,
required this.child,
required this.prefs,
});
const ApiKeyCheckWrapper({
super.key,
required this.child,
required this.prefs,
});