getJid method

Future<String?> getJid(
  1. String username
)

This method is used to get the JID of the user from the username.

Implementation

Future<String?> getJid(String username) {
  throw UnimplementedError('has not been implemented.');
}