isRecording property
bool
get
isRecording
Whether this capture is currently recording.
Implementation
bool get isRecording => _recorder != null;
Whether this capture is currently recording.
bool get isRecording => _recorder != null;