rollbackWithChain method

Future<void> rollbackWithChain()

deno-postgres@v0.17.0/Transaction/rollback.

Implementation

Future<void> rollbackWithChain() => callFutureMethod(
      this,
      'rollback',
      [
        jsify({'chain': true}),
      ],
    );