onIdentityNotFound method

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

Occurs when local migrations don't contain the target migration with the specified id.

Implementation

@override
void onIdentityNotFound(final int id)
{
  infoLn('The migration #$id is not found.');
}