showCastChooserDialog method

void showCastChooserDialog()

Display the native dialog to select the cast device to connect

Implementation

void showCastChooserDialog() {
  _hostApi.showCastDialog();
}