Last active
August 25, 2019 22:20
-
-
Save jamesdixon/befda302530e3574481cf4449fcd0643 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// main.dart | |
import 'package:logs/logs.dart'; | |
final Log httpLog = Log('http'); | |
void main() { | |
httpLog.enabled = true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment