registerWith static method

void registerWith()

Registers the Linux implementation.

Implementation

static void registerWith() {
  FileSelectorPlatform.instance = FileSelectorLinux();
}