registerWith static method
void
registerWith()
Registers this class as the default platform instance.
Implementation
static void registerWith() {
LargeFileHandlerPlatform.instance = LargeFileHandlerDesktop();
}
Registers this class as the default platform instance.
static void registerWith() {
LargeFileHandlerPlatform.instance = LargeFileHandlerDesktop();
}