File.create constructor

File.create(
  1. Uri uri
)

Implementation

factory File.create(Uri uri) => File._(io.File(uri.toFilePath()));