clear method

void clear()

Clear signature view

Implementation

void clear() {
  return key.currentState?.clear();
}