registerWith static method

void registerWith([
  1. dynamic registrar
])

Registers this class as the platform instance.

Called automatically by the Flutter framework for web and desktop platforms via pubspec.yaml plugin registration.

Implementation

static void registerWith([dynamic registrar]) {
  NoTapjackPlatform.instance = NoTapjackSafeNoop();
}