open method

  1. @override
Future<bool> open()
override

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

Implementation

@override
Future<bool> open() async {
  return true;
}