removeDisposeListener abstract method

void removeDisposeListener(
  1. VoidCallback callback
)

Remove the callback previous included using addDisposeListener.
If the callback was NOT included previously using addDisposeListener it will not do anything.

Implementation

void removeDisposeListener(VoidCallback callback);