environ method

  1. @MPI(name: "mesh.net.environ")
Future<Environ?> environ({
  1. Context? ctx,
})

Environ Get the meth network environment fixed information.

Implementation

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