close method

Future<void> close()

Close the database.

Implementation

Future<void> close() => impl.closeImpl();