isRecording property

bool get isRecording

Whether this capture is currently recording.

Implementation

bool get isRecording => _recorder != null;