registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) {
  PreventAppScreenPlatform.instance = PreventAppScreenWeb();
}