PushConfigAndroid constructor

PushConfigAndroid({
  1. PushClickBehaviorAndroid pushClickBehavior = PushClickBehaviorAndroid.activityPreventRestart,
})

Implementation

PushConfigAndroid(
    {this.pushClickBehavior =
        PushClickBehaviorAndroid.activityPreventRestart});