revert method

void revert([
  1. dynamic targetIds
])

This API reverts specified targets. You can specify multiple targets by giving an array that includes id as String. If no argument is given, all of targets will be reverted.

Implementation

external void revert([dynamic /*List<String>|String*/ targetIds]);