showCastChooserDialog method Null safety
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();
}