extractBytes abstract method

Uint8List extractBytes()

Creates a copy of the raw key bytes in dart memory.

This copies the bytes from native to dart memory. The resulting data is independent of the key, but also not protected as well anymore.

Implementation

Uint8List extractBytes();