isOtherAudioPlaying property

Future<bool> isOtherAudioPlaying

Implementation

Future<bool> get isOtherAudioPlaying async =>
    (await _channel.invokeMethod<bool>('isOtherAudioPlaying'))!;