PendingOtpVerification constructor

PendingOtpVerification(
  1. MethodChannel _channel,
  2. Map<String, dynamic> response
)

Implementation

PendingOtpVerification(this._channel, this.response);