verify static method
Implementation
static void verify(PlatformInterface instance, Object token) {
if (identical(instance._instanceToken, const Object())) {
throw AssertionError('`const Object()` cannot be used as the token.');
}
_verify(instance, token);
}