Converts a file:// uri back to a platform path string.
file://
uri
String fromUri(Uri uri) => uri.toFilePath();