Extract variables from JavaScript code (async)
Future<Map<String, dynamic>?> extractVariables(String script, {List<String>? variableNames});