isAirPlayActive property

  1. @override
Future<bool> get isAirPlayActive

Returns true when media is played externally using AirPlay.

Only available on iOS.

Implementation

@override
Future<bool> get isAirPlayActive async =>
    _playerPlatformInterface.isAirPlayActive;