jsPrint method
void
jsPrint(
- dynamic message
Prints a message to the JavaScript console.
Implementation
void jsPrint(dynamic message) {
throw UnimplementedError("log() has not been implemented.");
}