resolve abstract method

Future<ResolvedIdentity> resolve(
  1. String identity
)

Resolves a handle (alice.example, optionally @/at:// prefixed) or a DID (did:plc: / did:web:) to its atproto identity.

Implementation

Future<ResolvedIdentity> resolve(final String identity);