startup method

Future<void> startup(
  1. {required bool isReconnection}
)

deno-postgres@v0.17.0/Connection/startup.

Implementation

Future<void> startup({required bool isReconnection}) =>
    callFutureMethod(this, 'startup', [isReconnection]);