This method is used to check if the user is admin in a group.
Future<bool?> isAdmin(String userJid, String groupJID) { throw UnimplementedError('has not been implemented.'); }