Browser constructor

const Browser({
  1. Key? key,
  2. String? url,
  3. InstamojoPaymentStatusListener? listener,
  4. String? postData,
})

Implementation

const Browser({Key? key, this.url, this.listener, this.postData})
    : super(key: key);