listScripts method

List<String> listScripts()

Implementation

List<String> listScripts() => scripts.keys.toList(growable: false);