hasPendingScripts method

bool hasPendingScripts()

Implementation

bool hasPendingScripts() {
  return _syncScriptTasks.isNotEmpty;
}