isOpen method

Future<bool> isOpen()

Implementation

Future<bool> isOpen() {
  throw UnimplementedError('isOpen() has not been implemented.');
}