get abstract method

FutureOr<RxChatContact?> get(
  1. ChatContactId id
)

Returns a ChatContact by the provided id.

Implementation

FutureOr<RxChatContact?> get(ChatContactId id);