unfocus method

void unfocus()

Removes focus from the currently focused input.

Implementation

void unfocus() {
  focusScope.unfocus();
}