updateUserPassword_Pre method

Future<OperationResponse> updateUserPassword_Pre(
  1. ServiceCall call,
  2. Future<StringValue> request
)

Implementation

$async.Future<$0.OperationResponse> updateUserPassword_Pre($grpc.ServiceCall call, $async.Future<$0.StringValue> request) async {
  return updateUserPassword(call, await request);
}