newLock method

CryptographyChannelCall newLock({
  1. required int size,
})

Implementation

CryptographyChannelCall newLock({required int size}) {
  return CryptographyChannelCall(this, size);
}