close method

Future<void> close()

Closes all tables

Implementation

Future<void> close() => Future.wait(_boxes.values.map((e) => e.close()));