ResultCallback typedef

ResultCallback = void Function(List<ByteBuffer>)

The callback provided by the extension that Chrome uses to report back rejected certificates. See CertificatesCallback.

Implementation

typedef ResultCallback = void Function(List<ByteBuffer>);