getPublicKey abstract method

Future getPublicKey(
  1. PeerId id
)

GetPublicKey returns the public key for the given peer.

Implementation

Future<dynamic> getPublicKey(PeerId id);