close method

Future<void> close()

Lets go of everything this registry holds open.

A registry that writes to disk flushes here, so a server that shuts down keeps what its clients had already sent. The server calls it once, when it is disposed.

The default does nothing, so a registry written before this method existed keeps working.

Implementation

Future<void> close() async {}