Opens a new shell stream to the remote peer, ensuring that the connection is established and the stream is open.
Future<AdbStream> openShell() async { return open('shell:'); }