disable method

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

Disable the network

Implementation

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