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