install static method
Installs this fake as the active FilePicker.platform.
Implementation
static FakeFilePickerPlatform install() {
final fake = FakeFilePickerPlatform();
FilePicker.platform = fake;
return fake;
}
Installs this fake as the active FilePicker.platform.
static FakeFilePickerPlatform install() {
final fake = FakeFilePickerPlatform();
FilePicker.platform = fake;
return fake;
}