allowCommand property

bool Function(ShellRequest request)? allowCommand
final

Optional guard; when it returns false the session is refused.

Implementation

final bool Function(ShellRequest request)? allowCommand;