getPath method

Future<String> getPath()

Implementation

Future<String> getPath() async {
  return await CouchbaseLiteWrapper().getDatabasePath(_id);
}