closeAsync method

Future<void> closeAsync()

Implementation

Future<void> closeAsync() async {
  await archive.clear();
}