secureCopy abstract method

SecureKey secureCopy(
  1. Uint8List data
)

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

Implementation

SecureKey secureCopy(Uint8List data);