isConnected method

Future<bool> isConnected()

Get the connection state of p2p engine.

Implementation

Future<bool> isConnected() => _instance.isConnected();