storeRoomUpdate abstract method
Stores a RoomUpdate object in the database. Must be called inside of transaction.
Implementation
Future<void> storeRoomUpdate(
String roomId, SyncRoomUpdate roomUpdate, Client client);
Stores a RoomUpdate object in the database. Must be called inside of transaction.
Future<void> storeRoomUpdate(
String roomId, SyncRoomUpdate roomUpdate, Client client);