video_player
dart:io
RedirectException
property uri
uri
class RedirectException
Constructors
RedirectException
Properties
message
redirects
uri
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Uri
uri
Source
Uri get uri => redirects.last.location;
property uri