storeEventUpdate abstract method
Stores an EventUpdate object in the database. Must be called inside of transaction.
Implementation
Future<void> storeEventUpdate(EventUpdate eventUpdate, Client client);
Stores an EventUpdate object in the database. Must be called inside of transaction.
Future<void> storeEventUpdate(EventUpdate eventUpdate, Client client);