isOpen method

  1. @override
bool isOpen()

Checks if the component is opened. Returns true if the component has been opened and false otherwise.

Implementation

@override
bool isOpen() {
  return client != null;
}