menu
tencent_live_uikit package
documentation
voice_room/manager/toast_service.dart
ToastServiceImpl
showToast method
showToast method
dark_mode
light_mode
showToast
method
@
override
void
showToast
(
String
message
)
override
Implementation
@override void showToast(String message) { _toastSubject.add(message); }
tencent_live_uikit package
documentation
voice_room/manager/toast_service
ToastServiceImpl
showToast method
ToastServiceImpl class