openShell method

Future<AdbStream> openShell()

Opens a new shell stream to the remote peer, ensuring that the connection is established and the stream is open.

Implementation

Future<AdbStream> openShell() async {
  return open('shell:');
}