clear method

void clear(
  1. AsyncSlotHandle slot
)

Explicitly clear one derived node.

Implementation

void clear(AsyncSlotHandle<dynamic> slot) => clearSlots([slot]);