hasConnection property

bool hasConnection
inherited

Returns true if there is open input connection.

Implementation

bool get hasConnection =>
    _textInputConnection != null && _textInputConnection!.attached;