onCleanupStarted method

  1. @override
void onCleanupStarted()
override

Occurs when all migrations are rolled back in the database and there is no any migration to be committed.

Implementation

@override
void onCleanupStarted()
{
  info('Cleaning up...');
}