isAirPlayActive property

  1. @override
Future<bool> isAirPlayActive

Returns true when media is played externally using AirPlay.

Only available on iOS.

Implementation

@override
Future<bool> get isAirPlayActive => _invokeMethod(Methods.isAirPlayActive);