command method

void command({
  1. required String command,
})
override

自定义命令

Implementation

void command({required String command}) => RustLib.instance.api
    .crateApiTsplTsplCommandBuildCommand(that: this, command: command);