install static method

Installs this fake as the active FilePicker.platform.

Implementation

static FakeFilePickerPlatform install() {
  final fake = FakeFilePickerPlatform();
  FilePicker.platform = fake;
  return fake;
}