clear method

void clear()

Implementation

void clear(){
  if(_clearCallback != null) _clearCallback!();
}