serve method
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.');
}
Serve will Encrypt or Anonymize
@MPI(name: "_{mesh.name}.cipher.encrypt")
Future<String?> serve(String suite, {Context? ctx}) {
throw UnimplementedError('serve() has not been implemented.');
}