createTransferrableSecureKey abstract method
Creates a boxed copy of the secureKey
that can be transferred between
isolates.
DANGEROUS: This method is dangerous, as it leaves you with raw native handles! See TransferrableSecureKey for more details on how to use this API.
Implementation
@useResult
TransferrableSecureKey createTransferrableSecureKey(SecureKey secureKey);