EvtLocalReachabilityChanged constructor
EvtLocalReachabilityChanged({
- required Reachability reachability,
Creates a new EvtLocalReachabilityChanged event.
Implementation
EvtLocalReachabilityChanged({
required this.reachability,
});