SessionOpts constructor

SessionOpts({
  1. bool? autoTrack,
  2. int? timeout,
})

Implementation

SessionOpts({this.autoTrack, this.timeout});