checkForUpdates method

Future<void> checkForUpdates()

Manually trigger a version check (useful for testing or manual refresh)

Implementation

Future<void> checkForUpdates() async {
  logv('Manual version check triggered');
  _triggerVersionCheck();
}