onDisconnect method

OnDisconnect? onDisconnect()

Implementation

OnDisconnect onDisconnect() {
  return OnDisconnect._(_database, this);
}