dispose method
void
dispose()
Implementation
void dispose() {
strokesNotifier.removeListener(_strokesCountListener);
_redoStackInternal.clear();
_undoStackInternal.clear();
_canRedo.dispose();
_canUndo.dispose();
}