InstagramCredentials constructor

InstagramCredentials({
  1. String? authCode,
  2. String? conversationProfileId,
})

Implementation

InstagramCredentials({this.authCode, this.conversationProfileId});