Example JSON-RPC Request
{
"jsonrpc": "2.0",
"method": "dragAndDropWithCommandExtension",
"params": {
"startX": 205,
"startY": 116,
"endX": 0,
"endY": 172,
"duration": 15000
},
"id": "1"
}
JSON-RPC Response Structure
{
"jsonrpc": "2.0",
"result": {
"success": true
},
"id": "1"
}
flutter clean
flutter pub get
flutter build apk --debug