The SDK can be integrated into Flutter projects.
The automatic interceptor is not supported in Flutter, so any request from the Dart code has to be handled manually. Here is an example:
Configure the channel in Dart. Here is an example:
Setup a channel in order to handle calls from the Dart code. Here is an example:
In your Dart code, call those functions for every URL request to add those HTTP headers and handle the response. Here is an example: