isRunning property
bool
get
isRunning
Whether the audio context is running (an unresumed context is silent).
Implementation
bool get isRunning => _context.state == 'running';
Whether the audio context is running (an unresumed context is silent).
bool get isRunning => _context.state == 'running';