onMaxConnection property

(void Function(int count)?) onMaxConnection

Callback when detecting the number of DB connections is larger then the previous maximal number.

Implementation

void Function(int count)? get onMaxConnection;