onLocalMigrationNotFound method

  1. @override
void onLocalMigrationNotFound(
  1. int id
)
override

Occurs when there is no local migration with the specified id.

Implementation

@override
void onLocalMigrationNotFound(final int id)
{
  errorCLn('The migration #$id is not found in the local storage.');
  infoLn('Updating migration ✖');
}