verifyExtends static method

void verifyExtends(
  1. ConfirmationResultPlatform instance
)

Ensures that any delegate instances extend this class.

Implementation

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