appendChild method

void appendChild(
  1. Element script
)

Implementation

void appendChild(Element script) {
  throw UnimplementedError("appendChild is not implemented");
}