isListening property

bool isListening

True if listen succeeded and stop or cancel has not been called.

Also goes false when listening times out if listenFor was set.

Implementation

bool get isListening => _listening;