registerWith static method
Registers this class as the default instance of TauRecorderPlatform.
Implementation
static void registerWith(Registrar registrar)
{
TauRecorderPlatform.instance = TauRecorderWeb();
}
Registers this class as the default instance of TauRecorderPlatform.
static void registerWith(Registrar registrar)
{
TauRecorderPlatform.instance = TauRecorderWeb();
}