Chromecast class

Constructors

Chromecast()

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
ID for this Chromecast.
getter/setter pair
ipAddress String
IP address of your chromecast e.g. 192.168.1.XXX.
getter/setter pair
media Media
Chromecast Media.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes this instance of Chromecast.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Start sending Media content to chromecast
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create({required int id, required Media media, required String ipAddress}) Future<Chromecast>
Creates a new Chromecast instance.