secureCopy abstract method

  1. @useResult
SecureKey secureCopy(
  1. Uint8List data
)

Allocates new memory for a SecureKey and copies the data from data.

Implementation

@useResult
SecureKey secureCopy(Uint8List data);