down method

Future<void> down()

Removes the data. Defaults to restore.

Override it to undo what Nylo can't record, like records on your API, then call restore for the rest.

Implementation

Future<void> down() => restore();