open method

Future<bool> open()

Implementation

Future<bool> open() {
  throw UnimplementedError();
}