registerWith static method
Registers this class as the default platform instance on web.
Implementation
static void registerWith(Registrar registrar) {
LargeFileHandlerPlatform.instance = LargeFileHandlerWeb();
}
Registers this class as the default platform instance on web.
static void registerWith(Registrar registrar) {
LargeFileHandlerPlatform.instance = LargeFileHandlerWeb();
}