fetchContent method
Fetches content for the web unit
Implementation
Future<void> fetchContent() async {
_webViewManager.fetchContent();
TBLLogger.log('Content fetch initiated');
}
Fetches content for the web unit
Future<void> fetchContent() async {
_webViewManager.fetchContent();
TBLLogger.log('Content fetch initiated');
}