deleteInBackground method
Deletes this object on the server in a background thread.
Implementation
Future<void> deleteInBackground() async {
_delete('deleteInBackground');
}
Deletes this object on the server in a background thread.
Future<void> deleteInBackground() async {
_delete('deleteInBackground');
}