hasAudioService property

  1. @visibleForTesting
bool get hasAudioService

Whether this call has allocated audio playback resources.

Implementation

@visibleForTesting
bool get hasAudioService => _audioService != null;