removeOTPSMS method
ResponseFuture<RemoveOTPSMSResponse>
removeOTPSMS(
- RemoveOTPSMSRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.RemoveOTPSMSResponse> removeOTPSMS($0.RemoveOTPSMSRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeOTPSMS, request, options: options);
}