onVpnStageChanged property

(dynamic Function(VPNStage stage, String rawStage)?) onVpnStageChanged
final

is a listener to see what stage the connection was

Implementation

final Function(VPNStage stage, String rawStage)? onVpnStageChanged;