menu
chaleno package
documentation
chaleno.dart
Parser
getElementById method
getElementById method
dark_mode
light_mode
getElementById
method
Result
getElementById
(
dynamic
id
)
Implementation
Result getElementById(id) { return Result(_dom?.getElementById(id)); }
chaleno package
documentation
chaleno
Parser
getElementById method
Parser class