installTabCompletion method
If the shell supports tab completion then
install it.
If quiet is true then suppress any console output except
for errors.
Implementation
@override
void installTabCompletion({bool quiet = false}) {
// good enough
// ignore: only_throw_errors
throw UnimplementedError;
}