isConnect method

Future<bool> isConnect()

Implementation

Future<bool> isConnect() {
  return executor.isConnect();
}