StartSessionParams constructor

StartSessionParams({
  1. required OnSuccess onSuccess,
  2. required OnError onError,
})

Implementation

StartSessionParams({required this.onSuccess, required this.onError});