serve method

  1. @MPI(name: "_{mesh.name}.cipher.encrypt")
Future<String?> serve(
  1. String suite, {
  2. Context? ctx,
})

Serve will Encrypt or Anonymize

Implementation

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