setup abstract method

Future<bool?> setup({
  1. required SSHServer server,
})

Implementation

Future<bool?> setup({required SSHServer server});