peripheral method Null safety
- int port
access a peripheral directly.
Implementation
Peripheral? peripheral(int port) {
  return _hubState.peripherals[port];
}access a peripheral directly.
Peripheral? peripheral(int port) {
  return _hubState.peripherals[port];
}