registerWith static method
Registers this class as the default web implementation.
Implementation
static void registerWith(Registrar registrar) {
NovelReaderPlatform.instance = NovelReaderWeb();
}
Registers this class as the default web implementation.
static void registerWith(Registrar registrar) {
NovelReaderPlatform.instance = NovelReaderWeb();
}