storeEventUpdate abstract method

Future<void> storeEventUpdate(
  1. EventUpdate eventUpdate,
  2. Client client
)

Stores an EventUpdate object in the database. Must be called inside of transaction.

Implementation

Future<void> storeEventUpdate(EventUpdate eventUpdate, Client client);