kill method

void kill()

删除进程

Implementation

void kill() => RustLib.instance.api.crateApiSystemLddProcessKill(
      that: this,
    );