startDownloadWithRoomIDAndSessionID method

void startDownloadWithRoomIDAndSessionID(
  1. String roomID,
  2. String sessionID
)

Implementation

void startDownloadWithRoomIDAndSessionID(String roomID, String sessionID) {
  throw UnimplementedError(
      'startDownloadWithRoomIDAndSessionID() has not been implemented.');
}