CustomInAppBrowser constructor

CustomInAppBrowser({
  1. String redirectUrl = Utils.defaultURL,
  2. required TransactionCallBack callBack,
})

Implementation

CustomInAppBrowser(
    {this.redirectUrl = Utils.defaultURL, required this.callBack});