dispose method
dynamic
dispose()
Implementation
dispose() {
_webViewManager.dispose();
scrollController?.removeListener(_handleScroll);
//todo change the order
}
dispose() {
_webViewManager.dispose();
scrollController?.removeListener(_handleScroll);
//todo change the order
}