This PR adds support for enable and disable for Flutter Web.
Implementation
Following the existing implementation the calls will be delegated to the Javascript Client Library. enable maps to opt_in_capturing and disable to opt_out_capturing.
This Change does not belog to an open issue. But seemed like a pretty easy addition to me.
Changes
This PR adds support for
enable
anddisable
for Flutter Web.Implementation
Following the existing implementation the calls will be delegated to the Javascript Client Library.
enable
maps toopt_in_capturing
and disable toopt_out_capturing
.This Change does not belog to an open issue. But seemed like a pretty easy addition to me.