DialScreen class

Constructors

DialScreen(Uri baseUri, String? name)
DialScreen.forCastDevice(String ip, String deviceName)
factory

Properties

baseUri Uri
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close([String? app]) Future<bool>
getCurrentApp() Future<String?>
hasApp(String app) Future<bool>
isIdle() Future<bool>
launch(String app, {dynamic payload}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String method, String path, {dynamic body, Map<String, dynamic>? headers}) Future<HttpClientResponse>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

find({bool silent = true}) Stream<DialScreen>