getChannelInvitationPreference method
Returns true
if channel invitation preference is set as auto accepted
Implementation
Future<bool> getChannelInvitationPreference() async {
return _int.api.send<bool>(ChannelInvitationPreferenceGetRequest());
}