Skip to content

Commit 6e18525

Browse files
committed
[dart_api] remove obsolete isConnected method
1 parent 71fc093 commit 6e18525

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/lib/service/substrate_api/core/dart_api.dart

-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,4 @@ class SubstrateDartApi {
5656
final data = response.result! as T;
5757
return data;
5858
}
59-
60-
bool isConnected() {
61-
return _provider.isConnected();
62-
}
6359
}

0 commit comments

Comments
 (0)