updateCalibre<A extends ArticleRawAbstract> method
Future<CalibreWeebi<A> >
updateCalibre<A extends ArticleRawAbstract>(
- CalibreWeebi<
A> data, { - bool isInternetAvailable = true,
inherited
if cloud we will try to send the data but if action fail we do not block and persist it in the queue to synced later
Implementation
@override
Future<CalibreWeebi<A>> updateCalibre<A extends ArticleRawAbstract>(
CalibreWeebi<A> data, {bool isInternetAvailable = true}) {
return _$updateCalibreAsyncAction.run(() => super.updateCalibre<A>(data, isInternetAvailable :isInternetAvailable ));
}