focus method
void
focus([
- dynamic targetIds
This API highlights specified targets and fade out the others. You can specify multiple targets by giving an array that includes id as String. If no argument is given, all of targets will be highlighted.
Implementation
external void focus([dynamic /*List<String>|String*/ targetIds]);