connected property

  1. @override
bool connected

Returns whether or not the communicator is currently connected to a back end.

Implementation

@override
bool get connected => _channel != null;