clearDisplay method

dynamic clearDisplay()

Implementation

clearDisplay() {
  this.setState(() {
    displayValue = '0';
  });
}