RequirePingNotification constructor

RequirePingNotification({
  1. required PingCallBack okConexion,
  2. required PingCallBack errorConexion,
  3. required LangModel lang,
  4. required String host,
})

Implementation

RequirePingNotification({
  required this.okConexion,
  required this.errorConexion,
  required this.lang,
  required this.host,
});