getPeerId method

Future<String> getPeerId()

Get the peer ID of p2p engine

Implementation

Future<String> getPeerId() => _instance.getPeerId();