open abstract method

Future<bool> open()

Opens the repository, or just returns true if the repo is already open.

Implementation

Future<bool> open();