suite method

  1. @override
Future<CipherSuite?> suite(
  1. CipherHello hello, {
  2. Context? ctx,
})
override

Suite

Implementation

@override
Future<CipherSuite?> suite(CipherHello hello, {Context? ctx}) async {
  return await _h.invoke(this, _methods['suite']!, [hello], ctx);
}