subtleCrypto method
An implementation of WebCrypto's SubtleCrypto that allows crypto operations on keys of client certificates that are available to this extension.
Implementation
Map subtleCrypto() {
return $js.chrome.platformKeys.subtleCrypto().toDartMap();
}