ThemeServiceHive constructor
ThemeServiceHive({
- required String boxName,
Implementation
ThemeServiceHive({
/// the location path name of our theme data
required this.boxName,
});
ThemeServiceHive({
/// the location path name of our theme data
required this.boxName,
});