onScanningSucceeded method

  1. @override
void onScanningSucceeded()
override

Occurs when the migration scanning process succeeds.

Implementation

@override
void onScanningSucceeded()
{
  infoCLn('Scanning migrations ✔');
}