sendHumanResetPasswordNotification_Pre method

Future<SendHumanResetPasswordNotificationResponse> sendHumanResetPasswordNotification_Pre(
  1. ServiceCall $call,
  2. Future<SendHumanResetPasswordNotificationRequest> $request
)

Implementation

$async.Future<$0.SendHumanResetPasswordNotificationResponse>
    sendHumanResetPasswordNotification_Pre(
        $grpc.ServiceCall $call,
        $async.Future<$0.SendHumanResetPasswordNotificationRequest>
            $request) async {
  return sendHumanResetPasswordNotification($call, await $request);
}