exports method

  1. @MPI(name: "mesh.net.exports")
Future<String?> exports(
  1. String mdc, {
  2. Context? ctx,
})

Exports the weave certificate.

Implementation

@MPI(name: "mesh.net.exports")
Future<String?> exports(String mdc, {Context? ctx}) {
  throw UnimplementedError('exports() has not been implemented.');
}