Skip to content

Blocking and Non-blocking APIs

All Backendless APIs for Flutter are available through asynchronous (non-blocking) methods. All API methods support callbacks. Successful server responses are delivered to then callback. If  there is an error, it is delivered to the catchError callback. See the Error Handling section for additional information on how to process errors.