Skip to content

Instantly share code, notes, and snippets.

@sbis04
Created February 17, 2021 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbis04/73e2c5e6ac0c0220ad76063d8259dd5d to your computer and use it in GitHub Desktop.
Save sbis04/73e2c5e6ac0c0220ad76063d8259dd5d to your computer and use it in GitHub Desktop.
initializeDio() {
BaseOptions options = BaseOptions(
baseUrl: muxServerUrl,
connectTimeout: 8000,
receiveTimeout: 5000,
headers: {
"Content-Type": contentType, // application/json
},
);
_dio = Dio(options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment