AndroidRemoteProPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AndroidRemoteProPlatform
Implementers

Constructors

AndroidRemoteProPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(String host, {int? port}) Future<void>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runApp(String url) Future<void>
scanStream() Stream<Map<String, dynamic>>
sendCode(String code) Future<void>
sendKey(int keyCode) Future<void>
startScan({String serviceType = "_androidtvremote._tcp."}) Future<void>
stopScan() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AndroidRemoteProPlatform
getter/setter pair