EvtLocalReachabilityChanged constructor

EvtLocalReachabilityChanged({
  1. required Reachability reachability,
})

Creates a new EvtLocalReachabilityChanged event.

Implementation

EvtLocalReachabilityChanged({
  required this.reachability,
});