dump method

  1. @MPI(name: "mesh.net.dump")
Future<List<CommerceEnviron>?> dump(
  1. String nodeId, {
  2. Context? ctx,
})

Dump the node identity.

Implementation

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