hasConnection property
Returns true
if there is open input connection.
Implementation
bool get hasConnection =>
_textInputConnection != null && _textInputConnection!.attached;
Returns true
if there is open input connection.
bool get hasConnection =>
_textInputConnection != null && _textInputConnection!.attached;