commit method
- {bool? chain}
deno-postgres@v0.17.0/Transaction/commit.
Implementation
Future<void> commit({bool? chain}) => callFutureMethod(
this,
'commit',
[
if (chain != null) {'chain': chain},
],
);
deno-postgres@v0.17.0/Transaction/commit.
Future<void> commit({bool? chain}) => callFutureMethod(
this,
'commit',
[
if (chain != null) {'chain': chain},
],
);