command abstract method

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

自定义命令

Implementation

void command({required String command});