supportsSync method
Returns whether this file manager supports this file for syncronous file retrieval If true is returned, loadFileSync will then be called with the file.
Implementation
bool supportsSync(String filename, String currentDirectory, Contexts options,
Environment environment) =>
false;