TokenConfig constructor

TokenConfig({
  1. bool useToken = true,
  2. String? customToken,
})

Implementation

TokenConfig({this.useToken = true, this.customToken});