mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#25 new: sftp upload
This commit is contained in:
@@ -18,7 +18,8 @@ class PrivateKeyStore extends PersistentStore {
|
||||
return ps;
|
||||
}
|
||||
|
||||
PrivateKeyInfo get(String id) {
|
||||
PrivateKeyInfo? get(String? id) {
|
||||
if (id == null) return null;
|
||||
return box.get(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user