UCFile.fromUri constructor

UCFile.fromUri(
  1. Uri uri
)

Trying to resolve file from Uri Not working with web

Implementation

factory UCFile.fromUri(Uri uri) => createFileFromUri(uri);