toFile method

Future<File> toFile(
  1. String uriString
)

Convert Uri to file

Implementation

Future<File> toFile(String uriString) {
  throw UnimplementedError('toFile() has not been implemented.');
}