saveEventually method
Saves this object to the server in a background thread.
Returns a Future
of ParseObject.
Implementation
Future<ParseObject> saveEventually() async {
return _save('saveEventually');
}
Saves this object to the server in a background thread.
Returns a Future
of ParseObject.
Future<ParseObject> saveEventually() async {
return _save('saveEventually');
}