getAvailablePorts method

Future<List<String>?> getAvailablePorts()

Thrown by operations that have not been implemented yet. a UnsupportedError all things considered. This mistake is just planned for use during improvement.

Implementation

Future<List<String>?> getAvailablePorts() {
  throw UnimplementedError('getAvailablePorts() has not been implemented.');
}