UpdateWebViewResultSent constructor

const UpdateWebViewResultSent({
  1. required int queryId,
})

Update Web View Result Sent constructor.

Implementation

const UpdateWebViewResultSent({
  required this.queryId,
}) : super._();