onOpen property
dynamic Function(Connection connection)?
get
onOpen
Called when the connection is established. The return value will be stored and passed to onQuery and onExecute.
Implementation
dynamic Function(pg.Connection connection)? get onOpen;