Browser constructor
const
Browser({
- Key? key,
- String? url,
- InstamojoPaymentStatusListener? listener,
- String? postData,
Implementation
const Browser({Key? key, this.url, this.listener, this.postData})
: super(key: key);