RequirePingNotification constructor

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

Implementation

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