getJidFromPhoneNumber static method
Implementation
static Future<String?> getJidFromPhoneNumber(String mobileNumber, String countryCode) async {
return FlyChatFlutterPlatform.instance.getJidFromPhoneNumber(mobileNumber, countryCode);
}
static Future<String?> getJidFromPhoneNumber(String mobileNumber, String countryCode) async {
return FlyChatFlutterPlatform.instance.getJidFromPhoneNumber(mobileNumber, countryCode);
}