showAirPlayTargetPicker method

  1. @override
Future<void> showAirPlayTargetPicker()

Shows the AirPlay playback target picker.

Only available on iOS.

Implementation

@override
Future<void> showAirPlayTargetPicker() =>
    _invokeMethod<void>(Methods.showAirPlayTargetPicker);