open method

Future<bool> open()

Opens the Database

Implementation

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