back4app flutter sdk is not installing
flutter pub add parse_server_sdk_flutter
The current Dart SDK version is 3.4.3.
A Back4app cloud function with flutter returns an empty body/payload
my cloud function
Parse.Cloud.define(“paymentRequest”, async (request) => {
const {token, amount, number} = request.params;