getTtyDevices method

Future<List<String>> getTtyDevices()

Gets a list of available TTY devices

Implementation

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