getRoom method

  1. @override
Future<ChatResult<ChatRoom?>> getRoom(
  1. String roomId
)
override

Implementation

@override
Future<ChatResult<ChatRoom?>> getRoom(String roomId) async =>
    ChatSuccess(_rooms[roomId]);