operator []= method
- ChatId chatId,
- Rx<
OngoingCall> call
override
Replaces the value of OngoingCall identified by chatId
to call
.
Implementation
@override
void operator []=(ChatId chatId, Rx<OngoingCall> call) =>
calls[chatId] = call;