InstaView constructor
const
InstaView({})
Implementation
const InstaView({
super.key,
required this.redirectUrl,
required this.onComplete,
required this.instaAppId,
required this.instaAppSecret,
this.javascriptChannel = 'InstaLogin',
});