menu
daakia_vc_flutter_sdk package
documentation
viewmodel/rtc_viewmodel.dart
RtcViewmodel
hasPrivateChat method
hasPrivateChat method
dark_mode
light_mode
hasPrivateChat
method
bool
hasPrivateChat
(
String
identity
)
Implementation
bool hasPrivateChat(String identity) { return _privateChat[identity]?.chats.isNotEmpty ?? false; }
daakia_vc_flutter_sdk package
documentation
viewmodel/rtc_viewmodel
RtcViewmodel
hasPrivateChat method
RtcViewmodel class