didAuthCallback property

bool Function(String peerDID) didAuthCallback
getter/setter pair

Implementation

late bool Function(String peerDID) didAuthCallback = (String peerDID) => true;