setGetCommandSpy static method

void setGetCommandSpy(
  1. Command? command
)

Implementation

static void setGetCommandSpy(Command? command) {
  getCommandSpy = command;
}