mrBaalanOriginal post
Rank 1: Thread
My code is:
final function = await functions
.createExecution(
functionId: '66150c717ccc3044fdb0',
body: '{"sessionId": "$enteredType"}')
.then((value) => print(value));
How to get the API response ?
@Meldiron suggested to use .responseBody. But there are no suggestions matching the same from Android Studio. Any help on this would be of great help.
Summary
Developers asked how to retrieve the API response from `functions.createExecution()` in their code. Another developer suggested using `.responseBody`, but it didn't show up as a suggestion in Android Studio.