isListening property

bool isListening

Returns true if listening.

Implementation

bool get isListening => _subscription != null;