Future<void> setCustomerId(String value) async { await storage.write(key: _customerId, value: value); }