getChannelInvitationPreference method

Future<bool> getChannelInvitationPreference()

Retrieves the preference for automatically accepting channel invitations.

Returns true if channel invitations are automatically accepted, false otherwise.

Implementation

Future<bool> getChannelInvitationPreference() async {
  return await SendbirdChat.getChannelInvitationPreference();
}