ApiRegister constructor

ApiRegister({
  1. String? iosKey,
  2. String? androidKey,
})

Implementation

ApiRegister({this.iosKey, this.androidKey});