detach method

void detach()

Detaches the current delegate from this controller.

Implementation

void detach() => canvasDelegate = null;