defocus method

void defocus(
  1. [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]);