onIdentityNotFound abstract method

void onIdentityNotFound(
  1. int id
)

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

Implementation

void onIdentityNotFound(final int id);