capture method

Input capture(
  1. String c
)

Implementation

Input capture(String c) {
  attr('capture', StringAttribute(c));
  return this;
}