verify static method

void verify(
  1. UserPlatform instance
)
override

Ensures that any delegate class has extended a UserPlatform.

Implementation

static void verify(UserPlatform instance) {
  PlatformInterface.verify(instance, _token);
}