close method

  1. @override
void close()
override

flush() and close the underlying file.

Implementation

@override
void close() => _dbm.close();