remove method
Remove the firewalld rule. 删除防火墙规则.
Implementation
@MPI(name: "mesh.firewall.remove")
Future<void> remove(String code, {Context? ctx}) {
throw UnimplementedError('remove() has not been implemented.');
}
Remove the firewalld rule. 删除防火墙规则.
@MPI(name: "mesh.firewall.remove")
Future<void> remove(String code, {Context? ctx}) {
throw UnimplementedError('remove() has not been implemented.');
}