ShieldCallback constructor

ShieldCallback(
  1. OnSuccess onSuccess,
  2. OnError onError
)

Implementation

ShieldCallback(this.onSuccess, this.onError);