queryProfile abstract method

Future<ProfilePointer?> queryProfile(
  1. String fullname
)

Queries the profile data for a given fullname and returns a ProfilePointer object, which contains the public key and relay information.

Returns null if the profile data cannot be found for the given fullname.

Implementation

Future<ProfilePointer?> queryProfile(String fullname);