UriReader class abstract
Abstract reader of URI data, declined in "not web" and "web" versions
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readAsBytes(
Uri uri) → Future< List< int> > -
readFileAsBytes(
Uri uri) → Future< List< int> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited