imports method

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

Imports the weave certificate.

Implementation

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