A_Set_EncryptionKey method

int A_Set_EncryptionKey(
  1. String encryptionKey
)

Implementation

int A_Set_EncryptionKey(
  String encryptionKey,
) {
  return _A_Set_EncryptionKey(
    encryptionKey.toNativeUtf8().cast<ffi.Int8>(),
  );
}