isOpen method

Future<bool> isOpen()

Implementation

Future<bool> isOpen() {
  return TianboPluginPlatform.instance.isOpen();
}