checkRegisterAccess abstract method Null safety

void checkRegisterAccess(
  1. int i
)

Throws a CalculatorError(3) if the given register does not exist.

Implementation

void checkRegisterAccess(int i);