getJid static method

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

Implementation

static Future<String?> getJid(String username) {
  return FlyChatFlutterPlatform.instance.getJid(username);
}