Remove unused getter

This commit is contained in:
OmarHatem 2022-10-07 20:06:33 +02:00
parent cb9f690745
commit b0e188c0bd

View file

@ -57,8 +57,6 @@ class Node extends HiveObject with Keyable {
bool get isSSL => useSSL ?? false;
bool get isTrusted => trusted ?? false;
Uri get uri {
switch (type) {
case WalletType.monero: