equals abstract method

Future<bool> equals(
  1. PublicKey other
)

Checks if this public key is equal to another

Implementation

Future<bool> equals(PublicKey other);