SPAuthKey constructor

SPAuthKey({
  1. required String applicationId,
  2. String? secondaryApplicationId,
})

Implementation

SPAuthKey({required this.applicationId, this.secondaryApplicationId});