End a specific call by UUID
Future<void> endCall(String uuid) async { await FlutterCallkitIncoming.endCall(uuid); }