setRoomPrevBatch abstract method

Future setRoomPrevBatch(
  1. String? prevBatch,
  2. String roomId,
  3. Client client
)

Implementation

Future setRoomPrevBatch(
  String? prevBatch,
  String roomId,
  Client client,
);