closeForTesting method

  1. @visibleForTesting
Future<void> closeForTesting()

Implementation

@visibleForTesting
Future<void> closeForTesting() async {
  await _db?.close();
  _db = null;
}