registerCommand abstract method

void registerCommand(
  1. CommandContract<CommandBuilder> command()
)

Implementation

void registerCommand(CommandContract Function() command);