Created
January 13, 2020 21:10
-
-
Save vasilich6107/869e30d2b5dde67bffde3bd44be86cf8 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
String get host { | |
if (Platform.isAndroid) { | |
return '10.0.2.2'; | |
} else { | |
return 'localhost'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment