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