verifyExtends static method

void verifyExtends(
  1. UserPlatform instance
)

Ensures that any delegate class has extended a UserPlatform.

Implementation

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