remove method

  1. @MPI(name: "mesh.firewall.remove")
Future<void> remove(
  1. String code, {
  2. Context? ctx,
})

Remove the firewalld rule. 删除防火墙规则.

Implementation

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