close abstract method

Future<bool> close()

Close the connection to the repository. If this is the last connection to the repository it will return true and the repository is truly closed. If there are still open connections it will return false;

Implementation

Future<bool> close();