feat: stream migrate done

This commit is contained in:
Simon Chan 2022-02-18 11:36:10 +08:00
parent ef57682ec3
commit 2a5843eb20
14 changed files with 228 additions and 150 deletions

View file

@ -205,8 +205,8 @@ export class Adb {
return stdout;
}
public async install(apk: ReadableStream<ArrayBuffer>): Promise<void> {
return await install(this, apk);
public install() {
return install(this);
}
public async sync(): Promise<AdbSync> {