allowCommand property
Optional guard; when it returns false the session is refused.
Implementation
final bool Function(ShellRequest request)? allowCommand;
Optional guard; when it returns false the session is refused.
final bool Function(ShellRequest request)? allowCommand;