ConnectivityEvent constructor

ConnectivityEvent(
  1. bool connected
)

Implementation

ConnectivityEvent(
  this.connected,
);