remove method

void remove([
  1. dynamic result
])
inherited

Implementation

void remove([dynamic result]) {
  _removeCurrent(result: result);
}