File.fromUri constructor

File.fromUri(
  1. Uri uri
)

Implementation

factory File.fromUri(Uri uri) => File(uri.path);