getInvitedUsersList static method
getInvitedUsersList Used to get invited users list
Implementation
static Future<List<String>> getInvitedUsersList() async {
return FlyChatFlutterPlatform.instance.getInvitedUsersList();
}
getInvitedUsersList Used to get invited users list
static Future<List<String>> getInvitedUsersList() async {
return FlyChatFlutterPlatform.instance.getInvitedUsersList();
}