fix SSHClient.exec

This commit is contained in:
lollipopkit
2022-12-11 14:08:08 +08:00
parent d43d251d92
commit 78b46998d1
10 changed files with 57 additions and 45 deletions

View File

@@ -1450,6 +1450,16 @@ class S {
args: [],
);
}
/// `Is busy now`
String get isBusy {
return Intl.message(
'Is busy now',
name: 'isBusy',
desc: '',
args: [],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<S> {