defocus method
void
defocus([
- dynamic targetIds
This API fades out specified targets and reverts 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 faded out.
Implementation
external void defocus([dynamic /*List<String>|String*/ targetIds]);