registerWith static method

void registerWith()

Registers this class as the default platform instance.

Implementation

static void registerWith() {
  LargeFileHandlerPlatform.instance = LargeFileHandlerDesktop();
}