throwPinAlreadyAllocated method
Implementation
void throwPinAlreadyAllocated(int physicalPin) {
throw GpioException('Already allocated', physicalPin);
}
void throwPinAlreadyAllocated(int physicalPin) {
throw GpioException('Already allocated', physicalPin);
}