ServerSideVerificationOptions constructor

ServerSideVerificationOptions({
  1. String? userId,
  2. String? customData,
})

Create ServerSideVerificationOptions with the userId or customData.

Implementation

ServerSideVerificationOptions({this.userId, this.customData});