Skip to content

Instantly share code, notes, and snippets.

@vasilich6107
Created January 13, 2020 21:10
Show Gist options
  • Save vasilich6107/869e30d2b5dde67bffde3bd44be86cf8 to your computer and use it in GitHub Desktop.
Save vasilich6107/869e30d2b5dde67bffde3bd44be86cf8 to your computer and use it in GitHub Desktop.
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