updateAndRelease method

dynamic updateAndRelease()

Implementation

updateAndRelease() async {
  await update();
  release();
}