onMigrationComplete

abstract suspend fun onMigrationComplete()

When doing a migration of tracking identifier (receive new identifier -> migrate new identifier), we should then after migration is complete, delete the previous tracking identifier.

Previous tracking identifier is kept because in case migration or network failure, we still have both values to do the correct migration of tracking identifiers.