showTracksChooserDialog method Null safety

void showTracksChooserDialog()

A Dialog to show the available tracks (Text and Audio) for user to select.

Implementation

void showTracksChooserDialog() {
  _hostApi.showTracksChooserDialog();
}