We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isConnected
1 parent 71fc093 commit 6e18525Copy full SHA for 6e18525
app/lib/service/substrate_api/core/dart_api.dart
@@ -56,8 +56,4 @@ class SubstrateDartApi {
56
final data = response.result! as T;
57
return data;
58
}
59
-
60
- bool isConnected() {
61
- return _provider.isConnected();
62
- }
63
0 commit comments