showCastChooserDialog method
void
showCastChooserDialog()
Display the native dialog to select the cast device to connect
Implementation
void showCastChooserDialog() {
_hostApi.showCastDialog();
}
Display the native dialog to select the cast device to connect
void showCastChooserDialog() {
_hostApi.showCastDialog();
}