flutter_flutter/framework/inspector/console-agent.sky

13 lines
162 B
Plaintext

<script>
function ConsoleAgent() {
}
ConsoleAgent.prototype.enable = function() {
return {
result: true,
};
};
module.exports = ConsoleAgent;
</script>