add quotes
This commit is contained in:
@@ -27,6 +27,9 @@ class HiveBoxNames {
|
||||
/// Construction projects
|
||||
static const String projectBox = 'project_box';
|
||||
|
||||
/// Quote requests and quotations
|
||||
static const String quotes = 'quotes_box';
|
||||
|
||||
/// Loyalty program transactions and points history
|
||||
static const String loyaltyBox = 'loyalty_box';
|
||||
|
||||
@@ -61,6 +64,7 @@ class HiveBoxNames {
|
||||
cartBox,
|
||||
orderBox,
|
||||
projectBox,
|
||||
quotes,
|
||||
loyaltyBox,
|
||||
rewardsBox,
|
||||
settingsBox,
|
||||
|
||||
Reference in New Issue
Block a user