updateCalibre<A extends ArticleRawAbstract> method

  1. @override
Future<CalibreWeebi<A>> updateCalibre<A extends ArticleRawAbstract>(
  1. CalibreWeebi<A> data, {
  2. 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 ));
}