isRunning property
bool
get
isRunning
Returns whether the camera is currently active.
Implementation
bool get isRunning => _isRunning;
Returns whether the camera is currently active.
bool get isRunning => _isRunning;