showAirPlayTargetPicker method

  1. @override
Future<void> showAirPlayTargetPicker()

Shows the AirPlay playback target picker.

Only available on iOS.

Implementation

@override
Future<void> showAirPlayTargetPicker() async =>
    _playerPlatformInterface.showAirPlayTargetPicker();