setLogFileEncryptionKey method

Future<void> setLogFileEncryptionKey(
  1. Uint8List key,
  2. Uint8List iv
)

Implementation

Future<void> setLogFileEncryptionKey(Uint8List key, Uint8List iv) async {
  return await _cosApi.setLogFileEncryptionKey(key, iv);
}