suite method

  1. @MPI(name: "_{mesh.name}.cipher.suite")
Future<CipherSuite?> suite(
  1. CipherHello hello, {
  2. Context? ctx,
})

Suite

Implementation

@MPI(name: "_{mesh.name}.cipher.suite")
Future<CipherSuite?> suite(CipherHello hello, {Context? ctx}) {
  throw UnimplementedError('suite() has not been implemented.');
}