detach method
void
detach()
Detaches the current delegate from this controller.
Implementation
void detach() => canvasDelegate = null;
Detaches the current delegate from this controller.
void detach() => canvasDelegate = null;