clear method

String clear()

Implementation

String clear() {
  print("newStr=> ${this.trim().toLowerCase()}");
  return this.trim().toLowerCase();
}