get abstract method

FutureOr<RxChat?> get(
  1. ChatId id
)

Returns an RxChat by the provided id.

Implementation

FutureOr<RxChat?> get(ChatId id);