registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) {
  AnotherTvRemotePlatform.instance = AnotherTvRemoteWeb();
}