APlusChatMain constructor

APlusChatMain(
  1. String? secretKey, {
  2. String? userId,
})

Implementation

APlusChatMain(this.secretKey, {this.userId});