DialScreen class
Constructors
- DialScreen(Uri baseUri, String? name)
- DialScreen.forCastDevice(String ip, String deviceName)
-
factory
Properties
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>