environ method
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.');
}
Environ Get the meth network environment fixed information.
@MPI(name: "mesh.net.environ")
Future<Environ?> environ({Context? ctx}) {
throw UnimplementedError('environ() has not been implemented.');
}