operator []= abstract method

void operator []=(
  1. ChatId chatId,
  2. Rx<OngoingCall> call
)

Replaces the value of OngoingCall identified by chatId to call.

Implementation

void operator []=(ChatId chatId, Rx<OngoingCall> call);