getCommandSet method

  1. @override
CommandSet getCommandSet()

Gets a command set.

Return Command set

Implementation

@override
CommandSet getCommandSet() {
  commandSet ??= SessionsCommandSet(this);
  return commandSet!;
}