getInputType method

dynamic getInputType(
  1. InputType inputType
)

Implementation

getInputType(InputType inputType) {
  switch (inputType) {
    case InputType.Authentication:
      return true;
      break;
    case InputType.Search:
      return true;
      break;
  }
}