call property
latefinal
ChatCall associated with this OngoingCall.
Guaranteed to be null
on OngoingCallState.local state and non-null
otherwise.
Implementation
late final Rx<ChatCall?> call;
ChatCall associated with this OngoingCall.
Guaranteed to be null
on OngoingCallState.local state and non-null
otherwise.
late final Rx<ChatCall?> call;