logLength abstract method

Future<int> logLength(
  1. String roomId
)

The current roomId log length

Implementation

Future<int> logLength(String roomId);