onCommittingStarted method

  1. @override
void onCommittingStarted(
  1. int number
)
override

Occurs when the migration committing process starts to handle the specified number of migrations.

Implementation

@override
void onCommittingStarted(final int number)
{
  info('Applying migrations...');
}