flutter_handle_file library

Functions

getFilesStream() Stream<String>?
A convenience transformation of the stream to a Stream<String>.
getInitialFile() Future<String?>
Returns a Future, which completes to one of the following:
getInitialUri() Future<Uri?>
A convenience method that returns the initially stored link as a new Uri object.
getStream() Stream<String>?
Sets up a broadcast stream for receiving incoming link change events.
getUriFilesStream() Stream<Uri>?
A convenience transformation of the stream to a Stream<Uri>.