fetchContent method

Future<void> fetchContent()

Fetches content for the web unit

Implementation

Future<void> fetchContent() async {
  _webViewManager.fetchContent();
  TBLLogger.log('Content fetch initiated');
}