getElementById method

Result getElementById(
  1. dynamic id
)

Implementation

Result getElementById(id) {
  return Result(_dom?.getElementById(id));
}