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