Stops the node and closes its store.
Future<void> close() async { await stop(); await store.close(); }